This forum is closed to new posts and
responses. Individual names altered for privacy purposes. The information contained in this website is provided for informational purposes only and should not be construed as a forum for customer support requests. Any customer support requests should be directed to the official HCL customer support channels below:
RE: How to handle those smtp servers which not accepting smtp request well? ~Mario Lopkistergon 29.Dec.03 03:03 PM a Web browser Domino Server All ReleasesWindows 2000
Have you tried to connect to this server via telnet and perform a test yourself?
IF you don't know how to do that then here are a few steps (do not type quotes):
1. Open Telnet client by telnet <SMTP Server in question ip address> 25.
2. type "helo you.com" within the telnet client
3. type "mail from: <from email address>" within the telnet client
4. type "rcpt to: <sendto email address>" within the telnet client
5. type "data" within the telnet client
6. type a message for the body and end the body with a single decimal (.) on the first character the last line.
If you get an error anywhere within the steps then you are either not allowed to send a message or you have something wrong with that particular message and the server will not accept it.
NOTE: on the <from email address> and <sendto email address> steps, type in the email address on the particular email in question exactly as on the document.